← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:29 2013

Filename(eval 1061)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 641 statements in 1.72ms
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
288511.34ms1.34msYAML::Base::::__ANON__[:7]YAML::Base::__ANON__[:7]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 1.34ms within YAML::Base::__ANON__[(eval 1061)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 288 times, avg 5µs/call: # 96 times (346µs+0s) by YAML::Loader::_parse_throwaway_comments at line 612 of YAML/Loader.pm, avg 4µs/call # 64 times (273µs+0s) by YAML::Loader::_parse_throwaway_comments at line 611 of YAML/Loader.pm, avg 4µs/call # 64 times (243µs+0s) by YAML::Loader::_parse_throwaway_comments at line 608 of YAML/Loader.pm, avg 4µs/call # 32 times (362µs+0s) by YAML::Loader::_parse at line 43 of YAML/Loader.pm, avg 11µs/call # 32 times (113µs+0s) by YAML::Loader::_parse_throwaway_comments at line 614 of YAML/Loader.pm, avg 4µs/call
sub {
2288321µs $_[0]->{lines} = []
3 unless exists $_[0]->{lines};
42881.19ms return $_[0]->{lines} unless $#_ > 0;
53252µs $_[0]->{lines} = $_[1];
632153µs return $_[0]->{lines};
7}
8
916µs;